'DeclarationPublic MustInherit Class PDFStripRenderingSurface(Of T As {New, Struct}) Inherits PDFRenderingSurface
'UsageDim instance As PDFStripRenderingSurface(Of T)
public abstract class PDFStripRenderingSurface<T> : PDFRenderingSurface where T: new(), struct
generic<typename T> public ref class PDFStripRenderingSurface abstract : public PDFRenderingSurface where T: gcnew(), value class